home *** CD-ROM | disk | FTP | other *** search
- object CCPaperBoySetupDialog: TCCPaperBoySetupDialog
- Left = 306
- Top = 119
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'CC PaperBoy'
- ClientHeight = 414
- ClientWidth = 428
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 20
- object Label1: TLabel
- Left = 8
- Top = 136
- Width = 201
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption = 'Wallpaper Filename'
- end
- object Label2: TLabel
- Left = 216
- Top = 0
- Width = 201
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption = 'Image Preview'
- end
- object Label3: TLabel
- Left = 8
- Top = 0
- Width = 201
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption = 'Working Directory'
- end
- object Label4: TLabel
- Left = 216
- Top = 272
- Width = 145
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption = 'Change Interval'
- end
- object Image1: TImage
- Left = 224
- Top = 40
- Width = 193
- Height = 225
- Center = True
- Stretch = True
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 368
- Width = 129
- Height = 33
- TabOrder = 0
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 144
- Top = 368
- Width = 129
- Height = 33
- TabOrder = 1
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object Button1: TButton
- Left = 8
- Top = 88
- Width = 201
- Height = 33
- Caption = 'Browse for Filename...'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 8
- Top = 40
- Width = 201
- Height = 41
- TabOrder = 3
- OnExit = Edit1Exit
- end
- object CheckBox1: TCheckBox
- Left = 16
- Top = 264
- Width = 193
- Height = 49
- Alignment = taLeftJustify
- Caption = 'Tile Wallpaper'
- State = cbChecked
- TabOrder = 4
- OnClick = CheckBox1Click
- end
- object SpinEdit1: TSpinEdit
- Left = 368
- Top = 272
- Width = 49
- Height = 41
- MaxValue = 60
- MinValue = 1
- TabOrder = 5
- Value = 10
- OnExit = SpinEdit1Exit
- end
- object RadioGroup1: TRadioGroup
- Left = 8
- Top = 312
- Width = 409
- Height = 49
- Caption = 'Selection Option'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Random'
- 'In Order')
- TabOrder = 6
- OnClick = RadioGroup1Click
- end
- object BitBtn3: TBitBtn
- Left = 288
- Top = 368
- Width = 129
- Height = 33
- Cancel = True
- Caption = 'Exit'
- ModalResult = 2
- TabOrder = 7
- OnClick = BitBtn3Click
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
- 03333377777777777F333301111111110333337F333333337F33330111111111
- 0333337F333333337F333301111111110333337F333333337F33330111111111
- 0333337F333333337F333301111111110333337F333333337F33330111111111
- 0333337F3333333F7F333301111111B10333337F333333737F33330111111111
- 0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
- 0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
- 0333337F377777337F333301111111110333337F333333337F33330111111111
- 0333337FFFFFFFFF7F33330000000000033333777777777773330000}
- NumGlyphs = 2
- end
- object FileListBox1: TFileListBox
- Left = 16
- Top = 184
- Width = 193
- Height = 81
- ItemHeight = 20
- Mask = '*.bmp'
- TabOrder = 8
- OnClick = FileListBox1Click
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'BMP'
- FileName = '*.BMP'
- Filter = 'Windows Bitmaps|*.BMP'
- Left = 224
- Top = 48
- end
- object Timer1: TTimer
- Interval = 60000
- OnTimer = Timer1Timer
- Left = 256
- Top = 48
- end
- end
-